-
I get a request with a xml string encoded in Base64. After decoding it instead of proper formated document it …
- 489 views
- 0 answers
- 0 votes
-
Is it possible to get base64 from BIGINT (like 123456 -> 7omA) and not string (like ‘123456’-> MTIzNDU2) ? Looks …
- 409 views
- 0 answers
- 0 votes
-
i would like to know is there a way to add base64 data url (instead of image url) to react-image-lightbox …
- 418 views
- 1 answers
- 0 votes
-
i post base64 String from android through volley and received base64 string in php in a variable, now what i …
- 371 views
- 0 answers
- 0 votes
-
Need to build a standard java Rest api for user profile. Profile comes with standard fields like name, email. Additionally …
- 392 views
- 0 answers
- 0 votes
-
I was trying to code with Base64 in JSP, but it is showing error(Base64 cannot be resolved). String signature = …
- 408 views
- 0 answers
- 0 votes
-
I’m customized base64 algorithm and it working properly in cmd. In this algorithm changed some characters and other stuff for …
- 408 views
- 0 answers
- 0 votes
-
Wondering can someone point me in the right direction on how to convert base64 image string to its original image …
- 432 views
- 1 answers
- 0 votes
-
I developed this feature of exporting webpages in Word files a while ago (written in PHP) and encoded the images …
- 0 views
- 0 answers
- 0 votes
-
I have base64 string encoded from a uint16Array . I want to convert it to an Array but the converted …
- 415 views
- 2 answers
- 0 votes